<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.lab view css

--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

*/


	

	
	.recent-posts.recent-postimg li{ display:inline-block; width:30%; padding:0 1.65%; vertical-align:top} 
	.recent-posts.recent-postimg li span{ display:inline-block; } 
	.recent-posts.recent-postimg li span.post-title{ height:3em; outline:0px solid red;}	

	.new-news{}
	.new-notice{}
	.new-news h3, .new-notice h3 {text-align:left; padding:0.5em 0;}
	.home .recent-posts{ display:table; width:100%;}
	.home .recent-posts &gt; li{ display: table-row; position:relative}
	.home .recent-posts &gt; li span{   overflow:hidden; display:table-cell; position:relative}
	.home .recent-posts &gt; li span.post-title{ width:70%; max-width:250px;padding:0; }
	.home .recent-posts &gt; li span.post-title a{line-height:2em; overflow:hidden; max-height:1.5em; display:inline-block; padding-left:10px;}
	.home .recent-posts &gt; li span.post-title:before{ content:" "; width:2px ; height:2px ; position: absolute; top:16px;left: 3px; background:#555;}
	.home .recent-posts &gt; li span.post-date{  text-align:right;line-height:1em; vertical-align:middle}
	
	.home .recent-posts &gt; li &gt; a.edit-btn{ position:absolute; background:#EF4329; padding:2px 7px; display:none; font-size:11px; width:38px; text-align:center; color:#fff;}
	.home .recent-posts &gt; li:hover &gt; a.edit-btn{ display:inline-block}
	

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {


}</pre></body></html>